API: gdk: gdk_display_get_device_state() => gdk_device_get_position()
authorBenjamin Otte <otte@redhat.com>
Mon, 27 Dec 2010 17:03:38 +0000 (18:03 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 27 Dec 2010 17:46:41 +0000 (18:46 +0100)
commit0c285341a959ddbaad4ecc75e5f1a1ad66c5274e
treed45d750b9d721d21f614d8361a82bb745bf9dd87
parent586283ecbbfc0c5fb3354c07e978c680fe89f129
API: gdk: gdk_display_get_device_state() => gdk_device_get_position()

The API was not display-specific, but belonged to the device. Also, we
didn't find a user of the modifier mask, so we dropped it.
12 files changed:
docs/reference/gdk/gdk3-sections.txt
gdk/gdk.symbols
gdk/gdkdevice.c
gdk/gdkdevice.h
gdk/gdkdisplay.c
gdk/gdkdisplay.h
gtk/gtkcolorsel.c
gtk/gtkdnd.c
gtk/gtkhandlebox.c
gtk/gtkmenu.c
gtk/gtknotebook.c
gtk/gtkwindow.c